Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bar-chart] Fix issue with non-string names in series title #5433

Merged
merged 2 commits into from
Aug 15, 2018

Conversation

john-bodley
Copy link
Member

@john-bodley john-bodley commented Jul 19, 2018

This PR fixes an issue when the name list could contain a non-string, i.e., when grouping by a column which is an integer. The fix is similar to the previous logic when there's a single metric by casting the name(s) to a string.

to: @graceguo-supercat @michellethomas @mistercrunch @timifasubaa

@codecov-io
Copy link

codecov-io commented Jul 19, 2018

Codecov Report

Merging #5433 into master will increase coverage by <.01%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5433      +/-   ##
==========================================
+ Coverage   63.49%   63.49%   +<.01%     
==========================================
  Files         360      360              
  Lines       22896    22894       -2     
  Branches     2551     2551              
==========================================
  Hits        14537    14537              
+ Misses       8344     8342       -2     
  Partials       15       15
Impacted Files Coverage Δ
superset/viz.py 81.26% <0%> (+0.1%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c9bd5a6...961f681. Read the comment docs.

@john-bodley
Copy link
Member Author

@john-bodley john-bodley merged commit 4e3b2e7 into apache:master Aug 15, 2018
@john-bodley john-bodley deleted the john-bodley-fix-series-title branch August 15, 2018 16:35
john-bodley added a commit to john-bodley/superset that referenced this pull request Aug 15, 2018
john-bodley added a commit to airbnb/superset-fork that referenced this pull request Aug 15, 2018
[title] Fix issue with non-string names in series title (apache#5433)
wenchma pushed a commit to wenchma/incubator-superset that referenced this pull request Nov 16, 2018
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.28.0 labels Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.28.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants